home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the 3D Game Programming Gurus / gurus.iso / DirectX / dx9sdkcp.exe / SDK (C++) / Bin / DXUtils / Visual Studio 6.0 Wizards / AEDMOWiz.awx / TEMPLATE / NEWPROJ.INF < prev    next >
Encoding:
Text File  |  2002-12-11  |  2.1 KB  |  67 lines

  1. $$// newproj.inf = template for list of template files
  2. $$//  format is 'sourceResName' \t 'destFileName'
  3. $$//    The source res name may be preceded by any combination of '=', '-',  '!', '?', ':', '#', and/or '*'
  4. $$//       '=' => the resource is binary
  5. $$//       '-' => the file should not be added to the project (all files are added to the project by default)
  6. $$//       '!' => the file should be marked exclude from build
  7. $$//       '?' => the file should be treated as a help file
  8. $$//       ':' => the file should be treated as a resource
  9. $$//       '#' => the file should be treated as a template (implies '!')
  10. $$//       '*' => bypass the custom AppWizard's resources when loading
  11. $$//    if name starts with / => create new subdir
  12.  
  13. STDAFX.H    .\StdAfx.h
  14. STDAFX.CPP    .\StdAfx.CPP
  15. RESOURCE.H    .\resource.h
  16. :DSDMOTEMPLATE.rc    .\$$DLL_NAME$$.rc
  17.  
  18. $$IF(EMPTY_DSDMO)
  19. DSMOTEMPLATE.DEF    .\$$DLL_NAME$$.def
  20. DSMOTEMPLATE.CPP    .\$$DLL_NAME$$.cpp
  21. CLASSNAME.H    .\$$CLASS_NAME$$.h
  22. CLASSNAME.CPP    .\$$CLASS_NAME$$.cpp
  23. CLASSNAME.RGS    .\$$CLASS_NAME$$.rgs
  24. CUSTOMINTERFACE.H    .\$$DLL_NAME$$.h
  25.  
  26. $$IF(SUPPORT_DS_IMEDPARAM)
  27. ALIST.H    .\alist.h
  28. ALIST.CPP    .\alist.cpp
  29. CONTROLHELP.H    .\ControlHelp.h
  30. CONTROLHELP.CPP    .\ControlHelp.cpp
  31. PARAM.H    .\param.h
  32. PARAM.CPP    .\param.cpp
  33. -VALIDATE.H    .\validate.h
  34. $$ENDIF
  35.  
  36. $$IF(SUPPORT_DS_DMP)
  37. ALIST.H    .\alist.h
  38. ALIST.CPP    .\alist.cpp
  39. CONTROLHELP.H    .\ControlHelp.h
  40. CONTROLHELP.CPP    .\ControlHelp.cpp
  41. PARAM.H    .\param.h
  42. PARAM.CPP    .\param.cpp
  43. -VALIDATE.H    .\validate.h
  44. CLASSNAMEPROP.H    .\$$CLASS_NAME$$Prop.h
  45. CLASSNAMEPROP.CPP    .\$$CLASS_NAME$$Prop.cpp
  46. CLASSNAMEPROP.RGS    .\$$CLASS_NAME$$Prop.rgs
  47. $$ENDIF
  48.  
  49. $$ELSE
  50. DSMOTEMPLATE.DEF    .\$$DLL_NAME$$.def
  51. DSMOTEMPLATE.CPP    .\$$DLL_NAME$$.cpp
  52. CLASSNAME.H    .\$$CLASS_NAME$$.h
  53. CLASSNAME.CPP    .\$$CLASS_NAME$$.cpp
  54. CLASSNAME.RGS    .\$$CLASS_NAME$$.rgs
  55. CUSTOMINTERFACE.H    .\$$DLL_NAME$$.h
  56. ALIST.H    .\alist.h
  57. ALIST.CPP    .\alist.cpp
  58. CONTROLHELP.H    .\ControlHelp.h
  59. CONTROLHELP.CPP    .\ControlHelp.cpp
  60. PARAM.H    .\param.h
  61. PARAM.CPP    .\param.cpp
  62. -VALIDATE.H    .\validate.h
  63. CLASSNAMEPROP.H    .\$$CLASS_NAME$$Prop.h
  64. CLASSNAMEPROP.CPP    .\$$CLASS_NAME$$Prop.cpp
  65. CLASSNAMEPROP.RGS    .\$$CLASS_NAME$$Prop.rgs
  66. $$ENDIF
  67.